github.com/jackc/pgx/v5/pgtype.scanPlanTextAnyToBitsScanner.Scan (method, view implemented interface methods)

2 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		bits.go#L46: 		return scanPlanTextAnyToBitsScanner{}.Scan([]byte(src), dst)
		bits.go#L188: func (scanPlanTextAnyToBitsScanner) Scan(src []byte, dst any) error {